projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0123d56
)
; * test/src/textprop-tests.el: Minor copyedits.
author
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Sep 2016 10:25:04 +0000
(13:25 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Sat, 24 Sep 2016 10:25:04 +0000
(13:25 +0300)
test/src/textprop-tests.el
patch
|
blob
|
history
diff --git
a/test/src/textprop-tests.el
b/test/src/textprop-tests.el
index 397ef28c03586ed95604476292c8330e5bbd7294..ceb48d1b2dbb785b281c294fc835694cb72a651c 100644
(file)
--- a/
test/src/textprop-tests.el
+++ b/
test/src/textprop-tests.el
@@
-67,3
+67,6
@@
;; (message "%S" (car stack))
(should (and (equal-including-properties (pop stack) string)
(null stack)))))
+
+(provide 'textprop-tests)
+;; textprop-tests.el ends here.